Spread Windows Forms 12.0 Product Documentation
AddRange(SideButtonBase[]) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonCollection Class > AddRange Method : AddRange(SideButtonBase[]) Method
An array of type SideButtonBase that contains the objects to add to the collection.
Copies the elements of the specified array to the end of the collection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal value() As SideButtonBase _
) 
'Usage
 
Dim instance As SideButtonCollection
Dim value() As SideButtonBase
 
instance.AddRange(value)
public void AddRange( 
   SideButtonBase[] value
)

Parameters

value
An array of type SideButtonBase that contains the objects to add to the collection.
See Also

Reference

SideButtonCollection Class
SideButtonCollection Members
Overload List